home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / term / trms20e.lha / History.txt < prev    next >
Text File  |  1995-01-28  |  21KB  |  519 lines

  1. History file
  2. ------------
  3.    The contents of this file contains bugfix lists, changes and
  4. additions to each maintenance release of Terminus 2.0.  Everything
  5. discussed here will be merged in the user manual as well for the
  6. full distribution archive.
  7.  
  8.  
  9. Terminus 2.0e
  10. -------------
  11.    Due to the extensive work in 2.0e this section has subdivided for
  12. documentation of bugfixes, unreproducable bugs and changes/additions
  13. to this release of Terminus.  See the Readme file for information on
  14. where the program is headed in the future.
  15.  
  16.  
  17. Changes
  18. -------
  19. - The Answerback string is now processed for escape sequences as it
  20.   is sent.
  21.  
  22. - ZMODEM Autodownload is now only active when the selected protocol is
  23.   not an XPR.
  24.  
  25.  
  26. Bugs fixed
  27. ----------
  28. - B+ problems during login and B+ file transfers seem to work on CIS
  29.   now, I can't be 100% of this yet though...  Feedback would be
  30.   greatly appreciated here.
  31.  
  32. - Incorrect filename data with XPR downloads.
  33.    XPR file transfers should display the correct filename now.
  34.  
  35. - Crashes when an invalid directory is used for downloads.
  36.    Alot of work to fix this:
  37.       The path requester now vaildates the existence of the pathname
  38.       entered and prompts if it does not exist.  If the user decides not
  39.       to build the pathname at that time Terminus will reset it to the
  40.       internal default.
  41.  
  42.       The action that occurs when a pathname string variable is assigned
  43.       within a script is slightly different.  In this case the user is
  44.       not prompted to create the pathname.  Instead, Terminus will
  45.       halt the script, post an error message and restore the pathname to
  46.       the internal default value.
  47.  
  48.       File transfers should no longer guru and should now abort
  49.       gracefully if Terminus is fooled into using an invalid pathname for
  50.       a transfer.
  51.  
  52. - WATCHDOG command broke.
  53.    Now works properly.  Also, can now be used in a one-line function key
  54.    macro script.
  55.  
  56. - Main and review windows left in a confused state if a clip operation is
  57.   in effect when the window becomes unselected.
  58.    Now completes (not cancels) the clip operation by mimicking a mouse
  59.    button up when the window is deactivated.
  60.    
  61. - FOR without NEXT at EOF not being seen.
  62.    Now displays a message if the end of the script is reached and
  63.    an active GOSUB, FOR, REPEAT and/or WHILE is present (IF/ELSE/ENDIF
  64.    is checked when the script is loaded).  A badly written script may
  65.    post one or more of these messages.  However, a bell is not
  66.    displayed/sounded because this condition could be "normal" from the
  67.    POV of the user.
  68.  
  69. - 3.x supports variable block sizes, screws up free space estimates
  70.    (now uses BytesPerBlock, not data bytes).
  71.  
  72. - Check screen height for console and general requesters.
  73.    (now minimizes screen size, rows & cols too).
  74.  
  75. - Don't close if visitors are present.
  76.    (now informs user then does nothing).
  77.  
  78. - phonebook comments were one character too long, trimmed down.
  79. - dialer will post which entry it has connected to now.
  80. - <RAMIGA><B> now brings an open buffer window to front.
  81. - No longer dies when a public screen of the same name already exists.
  82. - Removed carrier check for ASCII send.
  83. - Half duplex echo for chat buffer added.
  84. - Made missing library (file req) requester clearer.
  85. - No longer crashes when strings longer than 255 characters are used.
  86. - i, W, X, 4 and 5 no longer double print in VT printer controller.
  87. - Dialer "sees" RING during redial delay now.
  88. - Selecting "ACCEPT" now updates a string/integer requester if RETURN
  89.   wasn't pressed during entry.
  90.  
  91.  
  92. Unreproducable bugs
  93. -------------------
  94. The following reports either couldn't be duplicated or were verified as
  95. not valid (IMHO).  Where necessary, there are short examples included to
  96. verify that the bug does not exist.
  97.  
  98. - Why doesn't DEL get sent from ASK?
  99.  
  100.       The following statement outputs the string "AB<DEL>CD:"
  101.  
  102.          ask "AB\x7fCD:", pin$
  103.  
  104. - ABORTXER, is it working correctly?
  105.  
  106.       From the tests I've done, yes.  Need more details if there's
  107.       something I've overlooked.
  108.  
  109. - BS/DEL swap affects the chat buffer.
  110.  
  111.       Works properly in VT102 mode, this feature is not enabled in
  112.       in non-Vtxx modes.
  113.  
  114. - ZMODEM upload does not send rz\r correctly.
  115.       It does, verified with a serial line monitor here.
  116.  
  117. - WHEN "Intellect:  20" does not recognize the "20" portion,
  118.  
  119.       Used the following test scrip to verify that it is
  120.       working correctly:
  121.  
  122.          when 1 "Intellect" send "got 1\n"
  123.          when 2 "Intellect:" send "got 2\n"
  124.          when 3 "Intellect: " send "got 3\n"
  125.          when 4 "Intellect:  " send "got 4\n"
  126.          when 5 "Intellect:  2" send "got 5\n"
  127.          when 6 "Intellect:  20" send "got 6\n"
  128.          wait "finished"
  129.  
  130.       All 6 WHEN commands were executed as the string "Intellect:  20"
  131.       was sent.
  132.  
  133. - #4 guru when trying to open serial port that's already in use.
  134.       Checked with/without OwnDevUnit.library, didn't happen.
  135.       Related, exiting with carrier present, didn't happen.
  136.  
  137.       Is this the result of incompatibilities with 3rd party serial
  138.       drivers?  Only Commodore supplied drivers are used here,
  139.       specifically, 33.13.
  140.  
  141. - Check disappearing cursor problem in VT-220 CSI?25h/l.
  142.       Several contrived tests, from calling a local UNIX system,
  143.       to custom macros from another machine running Terminus to
  144.       various "torture" tests on UNIX systems were run.
  145.  
  146.       This bug still can't be reproduced here although I've had
  147.       this bug reported by several people...
  148.  
  149. - Fkey macro that opens the chat buffer causes a guru.
  150.       The following macro works fine:
  151.          "!+chatmode=true"
  152.  
  153. - Does the dialer reset scrolling regions for VT-xx emulations?
  154.       Yes, apparently...  There might be some related ANSI commands
  155.       coming in right after the connection that are somehow being
  156.       lost, can't be sure though.
  157.  
  158. - Chat line "bleeds" when using smooth scroll.
  159.       The standard fonts included with Terminus do not exhibit this
  160.       behaviour.  If this is occuring on your system is it the result
  161.       of a different font or something else?  Details are what's
  162.       needed for this one.
  163.  
  164. - Iconify/uniconify while review buffer is open causes a guru.
  165.       Tried on custom and Workbench screens, couldn't duplicate.
  166.  
  167. - Mungwall hits when linewrap is off.
  168.       Couldn't duplicate.
  169.  
  170.  
  171.   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  172.  
  173. Terminus 2.0d
  174. -------------
  175.   There are still some unresolved bug reports that didn't make it into
  176. this release.  I've decided to release it as is for now due to the
  177. DISPLAY command syntax error that occurs under AmigaDOS 1.3.
  178.  
  179.   I hope to follow up with another bug fix release in a few weeks or
  180. I might wait depending on how difficult RIP is to implement.
  181.  
  182.  
  183. Bug fixes
  184. ---------
  185. - DISPLAY command no longer generates a syntax error under AmigaDOS 1.3.
  186. - Added "Can't iconify public screen." message.
  187. - pens are reset when reloading the same console def file now.
  188. - Fixed another syntax error for WAIT UNTIL HH:MM:SS.
  189. - Clipping from main display now handles double width/height properly.
  190. - Expired requester no longer interfers with file transfers and dialing.
  191. - Removed screen background when display smaller than default size.
  192. - Chat buffer now handles Courier and other odd-sized fonts.
  193. - CURPALATTE no longer needs 16 values for screens with less than 16 colors.
  194. - Out-of-range integer values in .def and .phones files now checked for.
  195. - No longer gurus after posting system requester before console is open.
  196. - ONTIMEOUT no longer triggers if active WAIT is not doing a string search.
  197. - Fixed a false nested ELSE without IF error when loading a script.
  198. - LDEFFILE script command now updates console filename gadget.
  199. - Removed all SGR color change commands for MONO palette.
  200. - <CSI>E and <CSI>F now move cursor to column 1.
  201.  
  202.  
  203.   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  204.  
  205. Terminus 2.0c
  206. -------------
  207.    Due to the leak of a 2.0b beta this release has been bumped to
  208. 2.0c.
  209.  
  210.    2.0c is also the first release that has been shipped to registered
  211. users.  A serialized keyfile (displayed at startup and printed on the
  212. disk label) is included with the registered distribution so that you
  213. can download updates to Terminus locally.
  214.  
  215.  
  216. Bug fixes
  217. ---------
  218. - Beefed up syntax checking for DISPLAY command.
  219. - Fixed guru on exit bug that some systems were getting.
  220. - Fixed #4 guru on startup due to text overscan being larger than Workbench.
  221. - Status line gadgets for CRXLATE, LFXLATE and EOLOUT now working correctly.
  222. - The macro escape !% no longer sends the '%' character.
  223. - VT emulations should no longer reset columns to 80 anymore.
  224. - WAIT from ARexx would cause the next command to fail, fixed.
  225. - TPEN, BPEN and CPEN variables were returning incorrect values.
  226. - Read-only variables were not being passed to ARexx.
  227. - Entry editor no longer deletes macros after editing.
  228. - '~' delay character in fkey macros now works.
  229. - [MISC][QUIET SERIAL?] menu item now updated after iconifying.
  230. - Now clips last column properly with 1.x and 2.x releases.
  231. - Repeat search now advances to next match on last line properly.
  232. - Selecting Ignore in a string or integer requester restores fast cursor.
  233. - Removed 'R' character from CIS B+ file transfers.
  234. - Kermit XPR transfers should be working now.
  235. - IF/ELSE checking no longer gets confused with multi-line comments.
  236. - QUIET mode for the INPUT script command is now reset properly.
  237. - Dialer should now be insensitive to parity.
  238. - CALL and CHAIN script commands working again.
  239. - Fixed some enforcer hits when canceling file requester in console.
  240. - Script SEND command now handles read-only string variables.
  241. - QUIET command line option (and tooltype) working again.
  242. - CURPALETTE loads palette colors now.
  243. - Dialer is now idled if OwnDevUnit requests the port in use.
  244. - WINPOS updating no longer occurs after loading a new .con file.
  245. - Using <DEL> to remove a selected entry now dials next entry.
  246. - Chat mode restored properly after uninconifying.
  247. - Keymap string gadget now updated when loading a console definition.
  248. - VT-xx emulations no longer guru when used with less than 24 lines.
  249. - Screen title properly restored after system requesters are posted.
  250. - ANSI index properly handles colors in 8-15 range now.
  251. - SGR color selection with the MONO palette now limited to colors 0-3.
  252. - ZMODEM rename option now overrides resume properly.
  253. - Deleting entries at the end of the phonebook no longer leave garbage.
  254. - Clipping from the main display highlights the last character properly.
  255. - Terminus now waits for OwnDevUnit to return before completing startup.
  256. - Reduced ZMODEM window size to 32k max to fix ZMODEM download lockups.
  257. - Number dial handles a blank entry properly now.
  258. - No longer locks up when searching prior to opening review buffer.
  259. - Y/ZMODEM downloads now do an auto-rename if target is a directory.
  260. - Now trims trialing '/' characters in paths requester.
  261. - EXISTS() script command now returns FALSE for NULL and directories.
  262.  
  263.  
  264. WATCHDOG command
  265. ----------------
  266.    A new script command has been added that monitors keyboard idle time.
  267.  
  268.    The synrax is:
  269.       WATCHDOG OFF | num1, num2
  270.  
  271.       The first value, <num1> sets the timeout in seconds that the watch
  272.    dog timer will wait for the keyboard to be idle before sending the
  273.    character defined by <num2> (which can range from 0 through 255).
  274.  
  275.       The timer is reset everytime a key that transmits a character is
  276.    pressed.  When a timeout condition is reached the character defined 
  277.    will be sent and the timer will be reset again.
  278.  
  279.       This command operates outside the context of a script.  Once set, it
  280.    will continue to run until carrier is lost, although carrier does not
  281.    need to be present for it to be initialized.
  282.  
  283.  
  284. NOQUICK option
  285. --------------
  286.    This option variable has been added due to the problems with
  287. dnet.device (or any other serial device replacement) that does not
  288. properly handle the IOF_QUICK bit when used with BeginIO() during
  289. a CMD_READ request.
  290.  
  291.    As per the RKM documentation for the serial.device, if a CMD_READ
  292. is called via BeginIO() with the IOF_QUICK bit set, the device is to
  293. return the request immediately with the bit still set if it was able
  294. to read the desired number of bytes immediately from the internal
  295. buffer of the device.
  296.  
  297.    Unfortunately, some devices always queue a request when BeginIO() is
  298. called even though the proviso for the serial.device states otherwise.
  299.  
  300.    If you're using dnet.device you should turn this option on via a
  301. script command of:
  302.  
  303.       NOQUICK = TRUE
  304.  
  305.  
  306. Chat mode
  307. ---------
  308.    Changed chat mode to only recognize '^' escape character for queued
  309. control characters now.
  310.  
  311.  
  312. VT-220
  313. ------
  314.    More additions to the keyboard with this release.
  315.  
  316.    <CTRL> / sends a ^_ character.
  317.  
  318.  
  319. Cursor keys
  320. -----------
  321.    The following sequences are sent for cursor keys with the <SHIFT> qualifier.
  322.  
  323.          <UP>     CSI T
  324.          <DOWN>   CSI S
  325.          <RIGHT>  CSI sp @
  326.          <LEFT>   CSI sp A
  327.  
  328.             Where CSI is "<ESC> [" or hexadecimal 9B and <sp> is a space
  329.          character.
  330.  
  331.  
  332.   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  333.  
  334. Terminus 2.0a
  335. -------------
  336.    As expected, there were some bugs remaining in the initial release of
  337. Terminus.  This version is primarily a maintenance release to repair those
  338. problems, but it does incorporate several changes and additions which are
  339. sectioned and titled below.
  340.  
  341.  
  342. Bug fixes
  343. ---------
  344. - ReqChange is now working.
  345. - Entry macros requester no longer opens without a script being present.
  346. - Now closes review buffer if it is cleared while open.
  347. - [MISC][RESET TERMINAL][X] now resets the foreground/backround pens.
  348. - Palette requester now changes screens when menu pens are changed.
  349. - Prescroll should work with ANSI controls in data stream now.
  350. - Now forces non-interleaved bitmaps with non-AGA machines and no fast ram.
  351. - No longer disables 16 color screens on AGA machines without fast ram.
  352. - VTOpts requester no longer resets column size and font.
  353. - Sprite horizontal offset fixed.
  354. - <ESC>, <BS> and <DEL> keys send appropriate characters in VT-220.
  355. - COLOR and CUSTOM palettes should work properly with VT-xx now.
  356. - Predefined script variables were not passing a result back to ARexx.
  357. - Line wraps with double width characters in VT-xx should work correctly now.
  358. - [MISC][PRINTER ?][P] no longer prints contents of screen at close.
  359. - No longer gurus after posting serial port error requester.
  360. - Now keeps the serial port if carrier is present when using OwnDevUnit.
  361. - Deleting and inserting characters at end of chat buffer no longer gurus.
  362. - Smooth scroll should no longer leaves rectangles of the menus behind.
  363. - Phonebook now deletes new entries that don't have any numbers defined.
  364. - [PHONEBOOK][DIAL NUMBER...][j] ignores null entries now.
  365. - Dialer now loads fkey macros when an entry is in auto-record mode.
  366. - Selected files list is now purged when a transfer aborts.
  367. - Can no longer enter an empty string for Boyer-Moore search.
  368. - Script command CALL now working.
  369. - Beefed up checking for unassigned volumes and missing subdirectories.
  370. - Able to clip hidden text in the review buffer now.
  371. - CURPALETTE is working now.
  372. - Fixed syntax error in palette definitions.
  373. - INVLINE no longer interfered by cursor.
  374. - ZMODEM window problem fixed.
  375.  
  376.  
  377. Modem config script
  378. -------------------
  379.    The automatically launched configuration script apparently has caused
  380. a lot of confusion that I had not been prepared for.  Evidently, no amount
  381. of changes or amplified warnings will be sufficient to prevent future
  382. problems, so Terminus will no longer start this script by itself.  The
  383. script has also been renamed as "ModemConfig.scp" and has had some minor
  384. changes to it's opening text to better explain the objective of that
  385. script.
  386.  
  387.    Please accept my apologies for any grief this script may have caused
  388. you. 
  389.  
  390.  
  391. Display changes
  392. ---------------
  393.    If you are using AmigaDOS 2.x and have created any console definition
  394. files with the initial release you will need to edit those files to delete
  395. the DISPID and DISPLAY commands in them prior to running this release of 
  396. Terminus.  After making those deletions you can load each one and adjust
  397. the appropriate parameters and save them out again.
  398.  
  399.    These changes were made necessary due to the major addition in this
  400. version of a screen mode requester for WB2.x.  You will need the V38
  401. release of asl.library (included with WB2.1) or ReqTools in order to use
  402. this version of Terminus.
  403.  
  404.    The DISPID command has been reassigned as a keyword for use in the
  405. DISPLAY command.  The synatx for DISPLAY has been changed as well.  It
  406. now has two syntax modes, one for WB1.3 and the other for WB2.x.  The
  407. command now works as follows:
  408.  
  409.  
  410.    1.3 DISPLAY
  411.    -----------
  412.    DISPLAY [ = { WORKBENCH | [ILACE] { 2 | 4 | 8 | 16 } COLOR } rows cols ]
  413.  
  414.       The console requester and DISPLAY command is unchanged for use with
  415.    AmigaDOS 1.3, continue to use as before.
  416.  
  417.  
  418.    2.x DISPLAY
  419.    -----------
  420.    DISPLAY [ = { WORKBENCH | DISPID val { 2 | 4 | 8 | 16 } COLOR } rows cols ]
  421.  
  422.       With AmigaDOS 2.x the console requester removes the SCREEN cycle gadget
  423.    and the INTERLACE check gadget and replaces them with a screen mode pair of
  424.    gadgets that are much like the font and definition file gadget sets.
  425.  
  426.       Terminus adds a private screen mode to the list of available modes for
  427.    the purpose of selecting the Workbench (or active public) screen for opening
  428.    it's display on.  This mode is not global, it will not be seen by any other
  429.    application that accesses the display modes list.
  430.  
  431.       While in the screen mode requester you may select any combination of
  432.    display mode and screen depth.  However, once you close the requester 
  433.    after making your choice, Terminus will adjust the screen depth according
  434.    to which palette is in use at the time you make your screen mode selection.
  435.  
  436.       To recap, the following depths are allowed for each palette:
  437.  
  438.          COLOR       2, 4, 8, 16 (and 32 with AGA systems).
  439.          CUSTOM      2, 4 and 8.
  440.          MONO        2, 4 and 8.
  441.          WORKBENCH   n/a.
  442.  
  443.  
  444. Inactive window indicator
  445. -------------------------
  446.    The borderless display has no visual indication that the window is active
  447. or inactive if you're not using the fast (sprite) cursor.  This has been
  448. changed so that the status line only displays the session name, timer and
  449. clock when the window is inactive.
  450.  
  451.  
  452. Border blank control
  453. --------------------
  454.    {GENERAL}{BORDER BLANKER}{B} enables/disables border blanking with ECS and
  455. AGA based machines on custom screens.
  456.  
  457.  
  458. Mouse functions control
  459. -----------------------
  460.    {GENERAL}{MOUSE FUNCTIONS}{S} enables/disables the clipping, ANSI mouse
  461. and character mouse operations available in Terminus to prevent interference
  462. with alternate utilities that access those sequences.
  463.  
  464.  
  465. Emulation changes
  466. -----------------
  467.    The Amiga and IBM (COLOR/MONO) emulations have been "relaxed" a bit to
  468. allow for ANSI sequences that are not really part of those two emulations.
  469. This was made necessary to accomodate those BBS' whose system and utilities
  470. depend on non-standard sequences being present.
  471.  
  472.  
  473. VT-220 changes/additions
  474. ------------------------
  475.    The VT-220 emulation has been enhanced to include the generation of
  476. "meta" keys.  The characters a-z and A-Z when used in conjunction with the
  477. <ALT> qualifier will now send that character prefixed with an <ESC>
  478. character.
  479.  
  480.    The <ESC>, <BS> and <DEL> keys now send the appropriate 7 bit character,
  481. not the 8 bit sequence they were sending previously.
  482.  
  483.    The following numeric keypad keys send VT-220 edit functions when used with
  484. the <SHIFT> qualifier:
  485.  
  486.    <N7> - Find    <N8> - Insert Here   <N9> - Remove
  487.    <N4> - Select  <N5> - Prev Screen   <N6> - Next Screen
  488.  
  489.  
  490. OwnDevUnit changes/additions
  491. ----------------------------
  492.    Terminus now ignores requests for the device/unit that it currently owns
  493. while carrier is present.
  494.  
  495.    A new option, {PORT}{ODU NOTIFY}{N} (ODUNOTIFY), when active, enables
  496. Terminus to allow for device/unit requests.  When inactive it will ignore
  497. all requests.
  498.  
  499.  
  500. Chat buffer changes
  501. -------------------
  502.    Chat area can now be set to a one line chat buffer.  Also, the chat
  503. buffer can be toggled via <RAMIGA><SHIFT><G> now.
  504.  
  505.  
  506. Phonebook/dialer changes
  507. ------------------------
  508.    The phonebook will no longer allow the creation of entries that don't
  509. have at least one phonenumber defined.  The number dial mode of starting
  510. the dialer will also ignore a null entry as well.
  511.  
  512.    A problem showed up with the way macros are stored for an entry that
  513. has been fixed.  Macro definitions need to be at the top of a login
  514. script, but there was a situation where they would be appended to the
  515. end of the script if the script was created via recorder prior to defining
  516. any macros.  Now the script is created when the entry is, regardless of
  517. the presence of macros or not.
  518.  
  519.